home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000452_news@columbia.edu _Thu Jan 13 10:24:52 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA26504
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 13 Jan 2000 10:24:51 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA00572
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 13 Jan 2000 10:14:18 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: MS-DOS Kermit, more capabalities
  11. Date: 13 Jan 2000 15:14:17 GMT
  12. Organization: Columbia University
  13. Message-ID: <85kq49$hp$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <fPdf4.3608$KP.188008@tw12.nn.bcandid.com>,
  17.  <cangel@famvid.com> wrote:
  18. : ...
  19. : I was referring to the source code for MSKermit.  Is that also listed on
  20. : the website?
  21. As noted in a previous posting, the source code for MS-DOS Kermit is:
  22.  
  23.   ftp://kermit.columbia.edu/kermit/a/ms*.{c,h,asm}
  24.  
  25. : I found two files that I assume are source for v315.  One with the extension
  26. : `UUE' which I understand and another with `BOO' which I do _not_ understand.
  27. : What is a `BOO' file?
  28. UUE is for uuencded binaries.  BOO is for "boo" encoded binaries, an encoding
  29. we made up a long time ago, which is now pretty much obsolete since since
  30. uuencode and base64 are fairly universal.
  31.  
  32. - Frank